The kQTVRPreScreenEveryIdle value of the flags parameter passed to QTVRSetPrescreenImagingCompleteProc causes a drawing attempt on every idle passed to the movie controller ( MCIdle or MCIsPlayerEvent(idle) ). The purpose of the flag is to cause the software to draw as often as possible.
enum{
kQTVRPreScreenEveryIdle = 1L << 0
};
| Previous | Chapter Contents | Chapter Top | Next |